type github.com/jackc/pgx/v5/pgtype.wrapArrayEncodeReflectPlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1908: return &wrapArrayEncodeReflectPlan{}, w, true
pgtype.go#L1914: type wrapArrayEncodeReflectPlan struct {
pgtype.go#L1918: func (plan *wrapArrayEncodeReflectPlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1920: func (plan *wrapArrayEncodeReflectPlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)